fs-backend: fix FD allocation for file creation
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 25 Jul 2008 08:49:06 +0000 (09:49 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 25 Jul 2008 08:49:06 +0000 (09:49 +0100)
commit2406df9ada241a374d1182eef7bd385a77f551ea
tree768ab228cafd055142286bd82d0d48927445bb8b
parent410dbc38e87a3d649746e7f8a0b6be963c5a16e1
fs-backend: fix FD allocation for file creation

The creation operation also opens a file, we need to allocate a
virtual fd for that too.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
tools/fs-back/fs-ops.c